enableDisableArchivedSettings method

Future<void> enableDisableArchivedSettings(
  1. bool enable,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to enable/disable the archived settings.

Implementation

Future<void> enableDisableArchivedSettings(
    bool enable, Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}