stopNativeRunLoop method
停止原生后台事件循环。
Implementation
Future<void> stopNativeRunLoop() {
throw UnimplementedError('stopNativeRunLoop() has not been implemented.');
}
停止原生后台事件循环。
Future<void> stopNativeRunLoop() {
throw UnimplementedError('stopNativeRunLoop() has not been implemented.');
}