We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4c3fb commit 3adef15Copy full SHA for 3adef15
lib/src/browser/javascript.dart
@@ -9,7 +9,7 @@ import 'package:meta/meta.dart';
9
import 'dart_wrappers.dart';
10
11
@JS('ethereum')
12
-external Ethereum get _ethereum;
+external Ethereum? get _ethereum;
13
14
/// Extension to load obtain the `ethereum` window property injected by
15
/// Ethereum browser plugins.
0 commit comments