在画布上绘制二维码.
@override Future<void> renderQrCode(String text, QrStyle style) async { _myPlugin.renderQrCode(text, style); }