Future<void> unregisterDevice(String fcmToken) async { await dio.delete<dynamic>( endpoints.notificationDevices, data: {'fcmToken': fcmToken}, ); }