menu
universal_ble package
documentation
universal_ble.dart
UniversalBlePlatform
setLogLevel method
setLogLevel method
dark_mode
light_mode
setLogLevel
method
Future
<
void
>
setLogLevel
(
BleLogLevel
logLevel
)
Implementation
Future<void> setLogLevel(BleLogLevel logLevel) async => UniversalLogger.setLogLevel(logLevel);
universal_ble package
documentation
universal_ble
UniversalBlePlatform
setLogLevel method
UniversalBlePlatform class