hasWriteAccess method

Future<bool> hasWriteAccess(
  1. TimeTable timeTable
)

Implementation

Future<bool> hasWriteAccess(TimeTable timeTable) async {
	return await CardinalSdkPlatformInterface.instance.apis.timeTable.hasWriteAccess(
		_sdkId,
		timeTable,
	);
}