unbindService method

Future unbindService()

注销定位服务

Implementation

Future unbindService() async {
  return await _locationChannel.invokeMethod('location#unbindService');
}