widgetPaused method

  1. @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()

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);
}