getDeviceDrmId method

  1. @override
Future<String> getDeviceDrmId()
override

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

@override
Future<String> getDeviceDrmId() async {
  return await device_drm.getDeviceDrmId();
}