getCallLink method

Future<String> getCallLink()

This method is used to get the ongoing call link.

Implementation

Future<String> getCallLink() {
  throw UnimplementedError('getCallLink has not been implemented.');
}