@override Future<void> setTime(int time) { return directionsServiceMethodChannel .invokeMethod('DSE_setTime', {"time": time}); }