stopNativeRunLoop method

Future<void> stopNativeRunLoop()

停止原生后台事件循环。

Implementation

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