turnOnLocation method

Future<void> turnOnLocation()

turn on location

Implementation

Future<void> turnOnLocation() async {
  throw UnimplementedError('turnOnBluetooth() has not been implemented.');
}