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