This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Orienteering
/
trackoffical_app
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
8e1c8a323d
Ramos
Etiquetas
master
v2
v3
trackoffical...
/
app_business
/
lib
/
service
/
abase.dart
abase.dart
83 B
Histórico
Em bruto
1
2
3
4
5
export 'package:get/get.dart';
abstract class IService {
Future<void> init();
}