openShowRegulatoryInfoSetting static method

Future<void> openShowRegulatoryInfoSetting()

Open show_regulatory_info settings

Implementation

static Future<void> openShowRegulatoryInfoSetting() async {
  _channel.invokeMethod('openSettings', 'show_regulatory_info');
}