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