getBlackBox method

Future<String> getBlackBox()

Implementation

Future<String> getBlackBox() {
  throw UnimplementedError('getResult() has not been implemented.');
}