suspend method

Future<Response?> suspend()

Implementation

Future<Response?> suspend() async {
  return null;
}