getCallDirection method

Future<String> getCallDirection()

This method is used to get the call direction.

Implementation

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