createMeetLink method

Future<void> createMeetLink(
  1. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to create the meet link.

Implementation

Future<void> createMeetLink(Function(FlyResponse response)? callback) {
  throw UnimplementedError('createMeetLink has not been implemented.');
}