performance method

Future<String?> performance()

Implementation

Future<String?> performance() {
  throw UnimplementedError("performance() has not been implemented.");
}