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