isReady property

Future<bool> isReady

Check if Didomi SDK was successfully initialized

Implementation

static Future<bool> get isReady async => await _channel.invokeMethod('isReady');