isDeviceSupportDrm method

  1. @override
Future<bool?> isDeviceSupportDrm()
override

获取当前设备是否支持Drm

Implementation

@override
Future<bool?> isDeviceSupportDrm() {
  return FlutterTTSDKManager.isDeviceSupportDrm();
}