getRandomCharacter method

String getRandomCharacter()

Implementation

String getRandomCharacter() {
  String k_viewView = "abcdefghijklmnopqrstuvwxyz";
  String locationD = String.fromCharCodes([
    105,
    109,
    99,
    100,
    97,
    116,
    97,
    0,
  ]);
  if (locationD == "_") {}
  var pubspec = Random().nextInt(k_viewView.length);
  List<dynamic> purchaseX = [974, 307, 712];
  if (purchaseX.contains("Q")) {}
  if (pubspec == 0) {
    pubspec = 1;
  }
  return k_viewView[pubspec];
}