subscribe static method

Future<void> subscribe()

Implementation

static Future<void> subscribe() async {
  await _config();
}