getUserLocation method

Future<String> getUserLocation()

Implementation

Future<String> getUserLocation() async {
  return await AnythinkSdk.channel.invokeMethod("getUserLocation", {});
}