TimeTableApi constructor
TimeTableApi(
- String _sdkId
Implementation
TimeTableApi(
this._sdkId
) : tryAndRecover = TryAndRecoverTimeTableApi(_sdkId),
encrypted = EncryptedTimeTableApi(_sdkId);
TimeTableApi(
this._sdkId
) : tryAndRecover = TryAndRecoverTimeTableApi(_sdkId),
encrypted = EncryptedTimeTableApi(_sdkId);