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