menu
flutter_aria2 package
documentation
flutter_aria2_method_channel.dart
MethodChannelFlutterAria2
stopNativeRunLoop method
stopNativeRunLoop method
dark_mode
light_mode
stopNativeRunLoop
method
@
override
Future
<
void
>
stopNativeRunLoop
(
)
override
停止原生后台事件循环。
Implementation
@override Future<void> stopNativeRunLoop() async { await _invoke<void>('stopRunLoop'); }
flutter_aria2 package
documentation
flutter_aria2_method_channel
MethodChannelFlutterAria2
stopNativeRunLoop method
MethodChannelFlutterAria2 class