startNativeRunLoop method

Future<void> startNativeRunLoop()

在原生后台线程启动持续事件循环 (ARIA2_RUN_DEFAULT)。

Implementation

Future<void> startNativeRunLoop() {
  throw UnimplementedError('startNativeRunLoop() has not been implemented.');
}