getBlackBox method

Future<String> getBlackBox()
override

Implementation

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