Future<String> getBlackBoxAsync() async { String result = await methodChannel.invokeMethod("getBlackBoxAsync"); return result; }