getCallUsersList method

Future<String> getCallUsersList()

This method is used to get the call users list.

Implementation

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