configureDebugScreen method
- DebugScreenConfiguration configuration
Implementation
Future<void> configureDebugScreen(
DebugScreenConfiguration configuration) async {
try {
return await AatkitFlutterPluginPlatform.instance
.configureDebugScreen(configuration);
} on PlatformException catch (e) {
aatkitLog("PlatformException, error: $e");
}
}