TimeTableApi constructor

TimeTableApi(
  1. String _sdkId
)

Implementation

TimeTableApi(
	this._sdkId
	) : tryAndRecover = TryAndRecoverTimeTableApi(_sdkId),
	encrypted = EncryptedTimeTableApi(_sdkId);