Future isStorageEmpty()

in lib/confidence_flutter_sdk_method_channel.dart [67:70]


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