hasWriteAccess method

Future<bool> hasWriteAccess(
  1. Topic topic
)

Implementation

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