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