FlutterChainService.defaultInstance constructor

FlutterChainService.defaultInstance()

Implementation

factory FlutterChainService.defaultInstance() {
  return FlutterChainService(
    jsVMService: getJsVM(),
    nearBlockchainService: NearBlockChainService.defaultInstance(),
    bitcoinBlockchainService: BitcoinBlockChainService.defaultInstance(),
  );
}