OnVideoSizeChanged typedef

OnVideoSizeChanged = void Function(int width, int height, int? rotation, String playerId)

Implementation

typedef OnVideoSizeChanged = void Function(
    int width, int height, int? rotation, String playerId);