widgetResumed method
- @Deprecated('There is no longer a need to manually call the widgetResumed function. This function will be removed in future SDK versions.')
Implementation
@Deprecated(
'There is no longer a need to manually call the widgetResumed function. This function will be removed in future SDK versions.')
Future<void> widgetResumed() {
return Future.value(null);
}