emptyAsync static method

Future<WeChatQRCode> emptyAsync()

Implementation

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