FakeInjectedBridge constructor

FakeInjectedBridge({
  1. String key = 'tonkeeper',
  2. int protocolVersion = 2,
  3. bool isWalletBrowser = true,
})

Creates a fake injected binding.

Implementation

FakeInjectedBridge({
  this.key = 'tonkeeper',
  this.protocolVersion = 2,
  this.isWalletBrowser = true,
});