setLocalVideoProcessListener<T> static method

Future setLocalVideoProcessListener<T>()

初始化

Implementation

static Future setLocalVideoProcessListener<T>() async {
  channel.invokeMethod('setLocalVideoProcessListener');
}