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