ClearPhoneCache constructor

ClearPhoneCache({
  1. required String phone,
})

Returns a new ClearPhoneCache instance.

Implementation

ClearPhoneCache({
  required this.phone,
});