menu
smartech_flutter_plugin package
documentation
smartech_plugin.dart
SmartechPlugin
setDebugLevel method
setDebugLevel method
dark_mode
light_mode
setDebugLevel
method
Future
<
void
>
setDebugLevel
(
int
level
)
Implementation
Future<void> setDebugLevel(int level) async { await _channel.invokeMethod('setDebugLevel', level); }
smartech_flutter_plugin package
documentation
smartech_plugin
SmartechPlugin
setDebugLevel method
SmartechPlugin class