Future<void> importCodes(String codeType) async { return await CardinalSdkPlatformInterface.instance.apis.code.importCodes( _sdkId, codeType, ); }