setRegionCode method

Future setRegionCode(
  1. String regionCode
)

This method is used to set the region code.

Implementation

Future setRegionCode(String regionCode) async {
  throw UnimplementedError('has not been implemented.');
}