sharedServices static method

Future<AMapServices?> sharedServices()

Implementation

static Future<AMapServices?> sharedServices() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapServices::sharedServices([])');
  }

  // invoke native method
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod('AMapServices::sharedServices', );


  // handle native call


  return AmapCoreFluttifyIOSAs<AMapServices>(__result__);
}