setSubtitleShow method

Future<void> setSubtitleShow(
  1. bool show
)

Implementation

Future<void> setSubtitleShow(bool show) async {
  await engineInstanceMethodChannel.invokeMethod('setSubtitleShow', show);
}