getExtras method

Future<android_os_Bundle?> getExtras()

Implementation

Future<android_os_Bundle?> getExtras() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocation@$refId::getExtras([])');
  }

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


  // handle native call


  return AmapLocationFluttifyAndroidAs<android_os_Bundle>(__result__);
}