configureDebugScreen method
Implementation
@override
Future<void> configureDebugScreen(
DebugScreenConfiguration configuration) async {
return await methodChannel.invokeMethod(
"configureDebugScreen", configuration.toJson());
}
@override
Future<void> configureDebugScreen(
DebugScreenConfiguration configuration) async {
return await methodChannel.invokeMethod(
"configureDebugScreen", configuration.toJson());
}