open abstract method

Future<void>? open({
  1. Duration? pingInterval,
})

Implementation

Future<void>? open({Duration? pingInterval});