getCallId method

Future<String> getCallId()

Implementation

Future<String> getCallId() async {
  return await _methodChannel.invokeMethod('getCallId');
}