subscribe method
Send subscribe message to RPC node
Implementation
@override
Future<SubscriptionResponse> subscribe(
String method,
List params, {
FutureOr<void> Function(String subscription)? onCancel,
}) {
throw Exception('HttpProvider does not support subscriptions');
}