ready property Null safety
- @Deprecated("Assume that the necessary directories and files exist after initialisation and until 'delete' is used")
- @alwaysThrows
'ready' 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
Never get ready => throw UnsupportedError(
"'ready' 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.",
);