call abstract method

$R call({
  1. String? name,
  2. GameState? gameState,
  3. GameTable? table,
  4. String? tableName,
  5. GameInfo? info,
  6. FileMetadata? metadata,
  7. Map<String, Set<int>>? teamMembers,
  8. List<ChatMessage>? messages,
  9. int? id,
  10. List<GameDialog>? dialogs,
  11. Map<String, Uint8List>? images,
  12. ServerState? serverState,
  13. AuthenticatedRequested? authRequest,
  14. SetonixData? data,
})

Implementation

$R call({
  String? name,
  GameState? gameState,
  GameTable? table,
  String? tableName,
  GameInfo? info,
  FileMetadata? metadata,
  Map<String, Set<int>>? teamMembers,
  List<ChatMessage>? messages,
  int? id,
  List<GameDialog>? dialogs,
  Map<String, Uint8List>? images,
  ServerState? serverState,
  AuthenticatedRequested? authRequest,
  SetonixData? data,
});