dangerouslySetInitCode method

  1. @override
void dangerouslySetInitCode(
  1. String? code
)
override

manually Sets the init code of the Smart Wallet and overrides the default.

Implementation

@override
void dangerouslySetInitCode(String? code) {
  _initCode = code;
}