import 'package:fluro/fluro.dart'; abstract class SCIRouterProvider{ void initRouter(FluroRouter router); }