getCallType method

Future<String> getCallType()

This method is used to get the call type.

Implementation

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