ready property

Future<void> ready

Implementation

Future<void> get ready async {
  await sendPortFuture;
}