menu
ton_connect package
documentation
testing.dart
FakeInjectedBridge
sentRequests property
sentRequests property
dark_mode
light_mode
sentRequests
property
List
<
Map
<
String
,
Object
?
>
>
sentRequests
final
Requests passed to
send
, oldest first.
Implementation
final List<Map<String, Object?>> sentRequests = [];
ton_connect package
documentation
testing
FakeInjectedBridge
sentRequests property
FakeInjectedBridge class