getCallDirection method

Future<String> getCallDirection()

Implementation

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