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