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