isManagedProfile method

Future<bool> isManagedProfile()

Implementation

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