disconnectCall method
This method is used to disconnect the call.
Implementation
Future<void> disconnectCall(Function(FlyResponse response)? callback) async {
throw UnimplementedError('disconnectCall has not been implemented.');
}
This method is used to disconnect the call.
Future<void> disconnectCall(Function(FlyResponse response)? callback) async {
throw UnimplementedError('disconnectCall has not been implemented.');
}