consentFormIsLoaded static method

Future<bool> consentFormIsLoaded()

Implementation

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