CobiFlutterShareAndroid class
The default method channel implementation of CobiFlutterSharePlatform
- Inheritance
-
- Object
- PlatformInterface
- CobiFlutterShareAndroid
Constructors
Properties
Methods
-
abortFetch(
String uri) → Future< void> -
inherited
-
This adds multiple share targets.
The returned future resolves to false if at least one of the targets could not be added.
inherited
-
continueFetch(
String uri) → Future< void> -
inherited
-
fetchContents(
String uri, [int? chunkSize]) → Stream< ShareItemChunk> ? -
inherited
-
initialize(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseFetch(
String uri) → Future< void> -
inherited
-
This removes all specific share targets.
If anythign goes wrong, the returned future resolves to false.
inherited
-
This removes the share target with given identifier.
If any of the share targets couldn't be removed the returned future resolves to false.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
) → void -
Registers this class as the default instance of
SharedPreferencesStorePlatform
.