getBlackBoxAsync method

Future<String> getBlackBoxAsync()
override

Implementation

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