import 'dart:async'; import 'package:training_planner/route.dart'; abstract class IRouteProviderService { Future getRoute(int number); }