pause method

  1. @Deprecated('There is no longer a need to manually call the pause function. This function will be removed in future SDK versions.')
Future<void> pause()

Implementation

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