handle abstract method

Future<void> handle({
  1. required DeviceCommand command,
  2. required AuthenticationState state,
})

Implementation

Future<void> handle({
  required DeviceCommand command,
  required AuthenticationState state,
});