getTolls method

Future<double?> getTolls()

Implementation

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

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


  // handle native call


  return __result__;
}