allowedUI property

Future<bool> allowedUI

Implementation

static Future<bool> get allowedUI async {
  return await _channel.invokeMethod('allowedUI');
}