reset method
Resets the state of the manager.
This is generally good and safe to call on any initial loading or reset of an app.
Implementation
Future<void> reset() => _BlePlatform.instance.centralManagerReset();
Resets the state of the manager.
This is generally good and safe to call on any initial loading or reset of an app.
Future<void> reset() => _BlePlatform.instance.centralManagerReset();