of static method
Implementation
static ShareUserData? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ShareUserData>();
}
static ShareUserData? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ShareUserData>();
}