intoAppSettingDetail method

Future<bool> intoAppSettingDetail()

进入应用设置详情页

Implementation

Future<bool> intoAppSettingDetail() async {
  try {
    return await _channel.invokeMethod("intoAppSettingDetail") ?? false;
  } catch (e) {
    return false;
  }
}