showDebugPanel static method

Future<void> showDebugPanel()

Shows Debug Panel.

Implementation

static Future<void> showDebugPanel() async {
  await _channel.invokeMethod("showDebugPanel");
}