get_identifier method

Future<String?> get_identifier()

Implementation

Future<String?> get_identifier() async {
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod("AMapServices::get_identifier", {'__this__': this});
  return __result__;
}