unRegister method

Future<Response?> unRegister()

Implementation

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