DiffCachePlatform class
- Inheritance
-
- Object
- PlatformInterface
- DiffCachePlatform
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
String name, String url) → Future< void> -
clear(
) → void -
getPlatformVersion(
) → Future< String?> -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String name) → Future< String> -
remove(
String name) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
dynamic finish(List< String> success, List<String> fail, List<String> jump), {String? fileName}) → Future<void> -
updateMust(
dynamic finish(List< String> success, List<String> fail, List<String> jump), {String? fileName}) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ DiffCachePlatform
-
getter/setter pair