getConsent static method

Future<String> getConsent()

Implementation

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