snapshot method

Future snapshot(
  1. String path
)

截图 信息可在获取截图回调中取得

Implementation

Future<dynamic> snapshot(String path) async {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod('snapshot', wrapWithPlayerId(arg: path));
}