Unregister method

Future<Response?> Unregister()

Implementation

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