publishData method

Future<String?> publishData()

Implementation

Future<String?> publishData() async {
  throw UnimplementedError('publishData() has not been implemented.');
}