getLocation method

  1. @override
Future<void> getLocation()
override

Implementation

@override
Future<void> getLocation() async {
  await methodChannel.invokeMethod<void>('getLocation');
}