Drucken String char von char in dart
input.split('').forEach((ch) => print(ch));
Stormy Skunk
input.split('').forEach((ch) => print(ch));