FTLPlayerController constructor

FTLPlayerController(
  1. int textureId
)

Implementation

FTLPlayerController(this.textureId) {
  this.channel = MethodChannel('plugins/ftl_player${this.textureId}');
}