depositToPlayerAccount method

Future<PlayerBalance> depositToPlayerAccount(
  1. String playerUid,
  2. Transaction transaction,
  3. Config config
)

Implementation

Future<PlayerBalance> depositToPlayerAccount(
    String playerUid, Transaction transaction, Config config) {
  throw UnimplementedError(
      'depositToPlayerAccount() has not been implemented.');
}