isDeviceOwnerActive method

Future<bool> isDeviceOwnerActive()

Implementation

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