consentFormIsShowing static method

Future<bool> consentFormIsShowing()

Implementation

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