Returns whether this app is registered as the Android Device Owner.
@override Future<bool> isDeviceOwner() async => await methodChannel.invokeMethod<bool>('isDeviceOwner') ?? false;