SetOnline method

Future<Response?> SetOnline()

Implementation

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