piccM1Authority method

Future<String?> piccM1Authority(
  1. int type,
  2. int blkNo,
  3. List<int> pwd,
  4. List<int> serialNo,
)

Implementation

Future<String?> piccM1Authority(int type, int blkNo, List<int> pwd, List<int> serialNo) {
  throw UnimplementedError('piccM1Authority() has not been implemented.');
}