This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Orienteering
/
trackoffical_app
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
76bc9db8ad
Branches
Tags
master
v2
v3
trackoffical...
/
app_business
/
lib
/
service
/
abase.dart
abase.dart
83 B
Historique
Raw
1
2
3
4
5
export 'package:get/get.dart';
abstract class IService {
Future<void> init();
}