getAttentionScore method

Future<double?> getAttentionScore()

Implementation

Future<double?> getAttentionScore() {
  throw UnimplementedError('getAttentionScore() has not been implemented.');
}