getData method

Future<Map<DashPlayerProperty, Object>> getData(
  1. int playerId,
  2. Set<DashPlayerProperty> keys
)

Get dashplayer properties.

Implementation

Future<Map<DashPlayerProperty, Object>> getData(
  int playerId,
  Set<DashPlayerProperty> keys,
) {
  throw UnimplementedError('getData() has not been implemented.');
}