playWithModel method

void playWithModel(
  1. SuperPlayerModel model
)

Implementation

void playWithModel(final SuperPlayerModel model) {
  _channel!.invokeMethod('playWithModel', model.toJson());
}