Future isStorageEmpty()

in lib/confidence_flutter_sdk_method_channel.dart [66:69]


  Future<bool> isStorageEmpty() async {
    final value = await methodChannel.invokeMethod<bool>('isStorageEmpty');
    return value!;
  }