VolumeInfoPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- VolumeInfoPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyFile(
String srcFile, String dstFile, {int bufferSize = 1024}) → Future< bool> -
getAndroidVersion(
) → Future< int?> -
getVolumeAbsolutePath(
String uuid) → Future< String?> -
getVolumeAbsolutePathPrimary(
) → Future< String?> -
getVolumeFiles(
String uuid) → Future< List< FileInfo> ?> -
getVolumeFilesPrimary(
) → Future< List< FileInfo> ?> -
getVolumeInfo(
String uuid) → Future< VolumeSpaceInfo?> -
getVolumeSpace(
String uuid) → Future< VolumeSpace?> -
getVolumeSpacePrimary(
) → Future< VolumeSpace?> -
getVolumeState(
String uuid) → Future< String?> -
getVolumesUUIDs(
bool includePrimary, bool includeRemoveable) → Future< List< String> ?> -
getVolumeUUIDPrimary(
) → Future< String?> -
isRemoveable(
String uuid) → Future< bool?> -
isVolumeAvailable(
String uuid) → Future< bool?> -
isVolumePrimary(
String uuid) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ VolumeInfoPlatform
-
getter/setter pair