createPendingIntent method

Future<android_app_PendingIntent?> createPendingIntent(
  1. String var1
)

Implementation

Future<android_app_PendingIntent?> createPendingIntent(String var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.GeoFenceClient@$refId::createPendingIntent([\'var1\':$var1])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.fence.GeoFenceClient::createPendingIntent', {"var1": var1, "__this__": this});


  // handle native call


  return AmapLocationFluttifyAndroidAs<android_app_PendingIntent>(__result__);
}