loginWebChatViaQRCode method

Future<void> loginWebChatViaQRCode(
  1. String barcode,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

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.');
}