Future<double> get taxiCost async { return platform( android: (pool) => _androidModel.getTaxiCost(), ios: (pool) => _iosModel.get_taxiCost(), ); }