getKeyword method

Future<Keyword> getKeyword(
  1. String frontEndMigrationId
)

Implementation

Future<Keyword> getKeyword(String frontEndMigrationId) async {
	return await CardinalSdkPlatformInterface.instance.apis.keyword.getKeyword(
		_sdkId,
		frontEndMigrationId,
	);
}