parseCountryCode static method

String parseCountryCode(
  1. String input
)

Implementation

static String parseCountryCode(String input) => _trim(input);