Future<bool> isManagedProfile() async => (await _channel.invokeMethod<bool>('isManagedProfile')) ?? false;