loginWebChatViaQRCode method
This method is used to login in Web using QR Code
Implementation
Future<void> loginWebChatViaQRCode(
String barcode, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}