R5StreamViewController constructor

R5StreamViewController(
  1. int id
)

Implementation

R5StreamViewController(int id) {
  _channel = MethodChannel('Red5StreamView/$id');
  _channel.setMethodCallHandler(_handleMethod);
}