instantHelper property

InstantMessageHelper? get instantHelper

Get the instant message helper

Implementation

InstantMessageHelper? get instantHelper => _instantHelper;
set instantHelper (InstantMessageHelper? ext)

Set the instant message helper

Implementation

set instantHelper(InstantMessageHelper? ext) => _instantHelper = ext;