configureDebugScreen method

  1. @override
Future<void> configureDebugScreen(
  1. DebugScreenConfiguration configuration
)
override

Implementation

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