methodChannel property Null safety

dynamic methodChannel

获取channel

Implementation

MethodChannel get methodChannel => _methodChannel;
void methodChannel=(dynamic methodChannel)

设置channel

Implementation

void set methodChannel(MethodChannel methodChannel) =>
    _methodChannel = methodChannel;