Future<bool> isPackageInstallPermission() async { return await _channel .invokeMethod<bool>('$_name/isPackageInstallPermission') ?? false; }