isDeviceManaged method

Future<bool> isDeviceManaged()

Implementation

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