@override Future<String> exportLog() async { return await methodChannel .invokeMethod<String>('exportLog') .then<String>((String? value) => value ?? ""); }