pause method
- @Deprecated('There is no longer a need to manually call the pause function. This function will be removed in future SDK versions.')
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);
}