invokeAsync method

Future<void> invokeAsync()

Implementation

Future<void> invokeAsync() async {
  final c = await prx.reference.createConnection();
  _sendOnce(c);
}