resume method

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

Implementation

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