ApiUpdateNotificationTokenUseCase constructor

const ApiUpdateNotificationTokenUseCase(
  1. Future<EnergyManagementV3Api> apiFuture,
  2. Future<String?> emailFuture,
  3. Future<String?> deviceIdFuture,
  4. Future<String?> tokenFuture, {
  5. required StateController<String?> debugStatusNotifier,
  6. bool registerNotificationTokenEnabled = false,
})

Implementation

const ApiUpdateNotificationTokenUseCase(
  this.apiFuture,
  this.emailFuture,
  this.deviceIdFuture,
  this.tokenFuture, {
  required this.debugStatusNotifier,
  this.registerNotificationTokenEnabled = false,
});