enablePlayCachedSource method

Future<void> enablePlayCachedSource()

Enable Play downloaded videos By SDK

Implementation

Future<void> enablePlayCachedSource() async {
  await engineInstanceMethodChannel.invokeMethod('enablePlayCachedSource');
}