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