ping abstract method

Future<void> ping({
  1. required String topic,
})

Implementation

Future<void> ping({
  required String topic,
});