getISO2 method

Future<String?> getISO2()

Implementation

Future<String?> getISO2() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}