This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Orienteering
/
trackoffical_app
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
76bc9db8ad
Rami (Branch)
Tag
master
v2
v3
trackoffical...
/
app_business
/
lib
/
service
/
abase.dart
abase.dart
83 B
Cronologia
Originale
1
2
3
4
5
export 'package:get/get.dart';
abstract class IService {
Future<void> init();
}