Suspend method

Future<Response?> Suspend()

Implementation

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