showAccessPoint method
Show the iOS Access Point.
Implementation
@override
Future<String?> showAccessPoint(AccessPointLocation location) async {
return await _channel.invokeMethod(
"showAccessPoint", {"location": location.toString().split(".").last});
}