connect method

Future<void> connect()

Implementation

Future<void> connect() async {
  await parseLiveQueryClient.connect(_callback);
}