startNativeRunLoop method
在原生后台线程启动持续事件循环 (ARIA2_RUN_DEFAULT)。
Implementation
Future<void> startNativeRunLoop() {
throw UnimplementedError('startNativeRunLoop() has not been implemented.');
}
在原生后台线程启动持续事件循环 (ARIA2_RUN_DEFAULT)。
Future<void> startNativeRunLoop() {
throw UnimplementedError('startNativeRunLoop() has not been implemented.');
}