unbindService method
注销定位服务
Implementation
Future unbindService() async {
return await _locationChannel.invokeMethod('location#unbindService');
}
注销定位服务
Future unbindService() async {
return await _locationChannel.invokeMethod('location#unbindService');
}