create method Null safety
- @Deprecated('Creation is now performed automatically when initialising FMTC. This remnant will be removed in a future update')
- @alwaysThrows
'create' is deprecated and shouldn't be used. Creation is now performed automatically when initialising FMTC. This remnant will be removed in a future update.
Implementation
@Deprecated(
'Creation is now performed automatically when initialising FMTC. This remnant will be removed in a future update',
)
@alwaysThrows
Never create() => throw UnsupportedError(
"'create' is deprecated and shouldn't be used. Creation is now performed automatically when initialising FMTC. This remnant will be removed in a future update.",
);