extend abstract method

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

Implementation

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