social_share_plugin_platform_interface library
Classes
- The interface that implementations of social_share_plugin must implement.
Typedefs
-
OnCancelHandler
= Future<
void> Function() - Callback for the cancel event
-
OnErrorHandler
= Future<
void> Function(String error) - Callback for the error event
-
OnSuccessHandler
= Future<
void> Function(String postId) - Callback for the succees event