flutterxel_core_nseed method

bool flutterxel_core_nseed(
  1. int seed
)

Implementation

bool flutterxel_core_nseed(int seed) {
  return _flutterxel_core_nseed(seed);
}