ACS - INConsultoria
This commit is contained in:
@@ -8,18 +8,19 @@ import 'default_response_api.dart';
|
||||
|
||||
class FuncoesGerais {
|
||||
//static const String urlLexLiteApi = "https://apis.lexstation.com/api/v1/";
|
||||
static const String tokenPadrao = "ARI0M2GZMCAY1WRQW2HN1YBO25DRO3";
|
||||
static const String tokenPadrao = "MKHNXOG9BA1PBZLKL3ACWAGRIWG7CB";
|
||||
static const String urlBaseNewCore = "https://newcore.services/newcore/";
|
||||
static const int appMobileCodigo = 18;
|
||||
static const String nomeApp = "GEPAM";
|
||||
static const String nomeApp = "INConsultoria";
|
||||
static const int versaoAtual = 100;
|
||||
static const int usuCodPadrao = 73206;
|
||||
static const int usuCodPadrao = 73340;
|
||||
static const String youtubeApiKey =
|
||||
"AIzaSyAmqjP0MxgASbt98Px1_hqaIvcsqeHO15k"; //"AIzaSyA8jo3qsr-JJRm40iSHfkrzaMZXdMjo9v4";
|
||||
static const String channelId = "UCJ_EUoswNTvRGotJ-ROxaKw";
|
||||
static const String homeURL = "https://gepam.adm.br/";
|
||||
static const String dominioPermitido = "https://gepam.adm.br/";
|
||||
static const String urlPDF = "https://app-cards.com/files/card-gepam.pdf";
|
||||
static const String homeURL = "https://consultoriain.com/";
|
||||
static const String dominioPermitido = "https://consultoriain.com/";
|
||||
static const String urlPDF =
|
||||
"https://app-cards.com/files/card-inconsultoria.pdf";
|
||||
|
||||
static Future<bool> checkInternetConnection() async {
|
||||
bool retorno = true;
|
||||
|
||||
Reference in New Issue
Block a user