getPendingIntent method

Future<android_app_PendingIntent?> getPendingIntent()

Implementation

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

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


  // handle native call


  return AmapLocationFluttifyAndroidAs<android_app_PendingIntent>(__result__);
}