onResonse method

  1. @override
BigInt onResonse(
  1. Map<String, dynamic> result
)
override

Implementation

@override
BigInt onResonse(Map<String, dynamic> result) {
  return result.asBigInt("value");
}