menu
upscope_flutter package
documentation
upscope_flutter.dart
MethodChannelUpscope
connect method
connect method
dark_mode
light_mode
connect
method
@
override
Future
<
void
>
connect
(
)
override
Implementation
@override Future<void> connect() async { await _methodChannel.invokeMethod('connect'); }
upscope_flutter package
documentation
upscope_flutter
MethodChannelUpscope
connect method
MethodChannelUpscope class