getSampleData method

Future<String?> getSampleData()

Implementation

Future<String?> getSampleData() {
  throw UnimplementedError('This is not implemented');
}