flutter-app-showcase
flutter-app-showcase copied to clipboard
Fix the tiny typo in README.MD file
Changes the
Bad:getBalances(true,"1283184"),
Bad:getBalances(id: "1283184", refresh: true)
to
Bad: getBalances(true, "1283184"),
Good: getBalances(id: "1283184", refresh: true)