setLocationEnabled method

Future<void> setLocationEnabled(
  1. bool enabled
)

Implementation

Future<void> setLocationEnabled(bool enabled) async {
  throw UnimplementedError('setLocationEnabled() has not been implemented.');
}