shuffle method

  1. @override
void shuffle([
  1. Random? random
])
override

Shuffles the keys of this map randomly.

Implementation

@override
void shuffle([Random? random]) {
  // TODO: Implement
  throw UnsupportedError("This is not yet supported, but will be in the future.");
}