emptyAsync static method
Implementation
static Future<WeChatQRCode> emptyAsync() async => cvRunAsync<WeChatQRCode>(
cffi.WeChatQRCode_New_Async,
(c, p) => c.complete(WeChatQRCode.fromPointer(p.cast<cvg.WeChatQRCode>())),
);
static Future<WeChatQRCode> emptyAsync() async => cvRunAsync<WeChatQRCode>(
cffi.WeChatQRCode_New_Async,
(c, p) => c.complete(WeChatQRCode.fromPointer(p.cast<cvg.WeChatQRCode>())),
);