menu
simpleblue package
documentation
simpleblue_platform_interface.dart
SimplebluePlatform
disconnect method
disconnect method
dark_mode
light_mode
disconnect
method
Future
disconnect
(
String
uuid
)
Implementation
Future disconnect(
String
uuid) {
throw
UnimplementedError(
'connect() has not been implemented.'
); }
simpleblue package
documentation
simpleblue_platform_interface
SimplebluePlatform
disconnect method
SimplebluePlatform class