showConsentForm static method

Future<bool> showConsentForm()

Shows the consent form.

Implementation

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