Future<Keyword> createKeyword(Keyword frontEndMigration) async { return await CardinalSdkPlatformInterface.instance.apis.keyword.createKeyword( _sdkId, frontEndMigration, ); }