setLocationAccuracy method
Implementation
Future<bool> setLocationAccuracy(LocationAccuracy accuracy) {
throw UnimplementedError('setLocationAccuracy() has not been implemented.');
}
Future<bool> setLocationAccuracy(LocationAccuracy accuracy) {
throw UnimplementedError('setLocationAccuracy() has not been implemented.');
}