manage property Null safety

RootManagement manage

Manage the root's representation on the filesystem

Provides access to methods to:

  • Delete and uninitialise
  • Reset

To create, initialise FMTC. Assume that FMTC is ready after initialisation and before RootManagement.delete is called.

Implementation

RootManagement get manage => RootManagement._();