removeDeviceByToken abstract method

Future<Either<Failure, Unit>> removeDeviceByToken(
  1. PushTokenRegisterInfo deviceInfo,
  2. Map<String, dynamic>? customParams
)

Implementation

Future<Either<Failure, Unit>> removeDeviceByToken(
  PushTokenRegisterInfo deviceInfo,
  Map<String, dynamic>? customParams,
);