region property

Future<String?> region

Get the region override. Returns null if you didn't set a custom language.

Implementation

Future<String?> get region async {
  return await _channel.invokeMethod('user.getRegion');
}