showDebugPanel static method
Shows Debug Panel.
Implementation
static Future<void> showDebugPanel() async {
await _channel.invokeMethod("showDebugPanel");
}
Shows Debug Panel.
static Future<void> showDebugPanel() async {
await _channel.invokeMethod("showDebugPanel");
}