willSponsor method
Implementation
@override
Future<bool> willSponsor(UserIntent userOp) {
// Needs live RPC transport to check token allowance and balance
throw UnimplementedError(
'TokenGasSponsor.willSponsor: needs live RPC transport');
}