readyAsync property Null safety

  1. @Deprecated("Assume that the necessary directories and files exist after initialisation and until 'delete' is used")
  2. @alwaysThrows
Future<Never> readyAsync

'readyAsync' is deprecated and shouldn't be used. Assume that the necessary directories and files exist after initialisation and until 'delete' is used. This remnant will be removed in a future update.

Implementation

@Deprecated(
  "Assume that the necessary directories and files exist after initialisation and until 'delete' is used",
)
@alwaysThrows
Future<Never> get readyAsync async => throw UnsupportedError(
      "'readyAsync' is deprecated and shouldn't be used. Assume that the necessary directories and files exist after initialisation and until 'delete' is used. This remnant will be removed in a future update.",
    );