UnSupportMethodException constructor

const UnSupportMethodException({
  1. String message = 'The requested method is not supported by this Ethereum provider.',
})

Constructor.

Implementation

const UnSupportMethodException({
  String message =
      'The requested method is not supported by this Ethereum provider.',
}) : super(4200, message, null);