requestPermission method
Requests location permission from the user.
Shows the system permission dialog if the permission has not been permanently denied. Returns the resulting LocationPermissionStatus.
Implementation
Future<LocationPermissionStatus> requestPermission() async {
throw UnimplementedError('requestPermission() has not been implemented.');
}