recordVideo method

void recordVideo()

Implementation

void recordVideo(){
  _channel?.invokeMethod('recordVideo', '');
}