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