GetOnline method

Future<Response?> GetOnline()

Implementation

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