ClearPhoneCache constructor
ClearPhoneCache({
- required String phone,
Returns a new ClearPhoneCache instance.
Implementation
ClearPhoneCache({
required this.phone,
});
Returns a new ClearPhoneCache instance.
ClearPhoneCache({
required this.phone,
});