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