disable method

Future<SecurityResult<void>> disable()

Implementation

Future<SecurityResult<void>> disable() => _useCase(enable: false);