TinodeService constructor
TinodeService()
Creates a new instance of TinodeService
Implementation
TinodeService() {
_connectionService = GetIt.I.get<ConnectionService>();
_packetGenerator = GetIt.I.get<PacketGenerator>();
_futureManager = GetIt.I.get<FutureManager>();
_loggerService = GetIt.I.get<LoggerService>();
_configService = GetIt.I.get<ConfigService>();
_cacheManager = GetIt.I.get<CacheManager>();
_authService = GetIt.I.get<AuthService>();
}