refreshCoin method

dynamic refreshCoin()

Implementation

refreshCoin() {
  read<CoinProvider>().refreshCoin();
}