getTrafficLights method

Future<int?> getTrafficLights()

Implementation

Future<int?> getTrafficLights() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.route.Cost@$refId::getTrafficLights([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.route.Cost::getTrafficLights', {"__this__": this});


  // handle native call


  return __result__;
}