reset method
void
reset()
Call this method if you already consumed the callback and don't want the same callback again
Implementation
void reset() {
return FlutterSharingIntentPlatform.instance.reset();
}
Call this method if you already consumed the callback and don't want the same callback again
void reset() {
return FlutterSharingIntentPlatform.instance.reset();
}