formatPartialString method

  1. @override
String formatPartialString(
  1. String number
)
override

Implementation

@override
String formatPartialString(String number) =>
    _iPhoneNumberFormatter.formatPartialString(number);