encryptMapValue abstract method

FutureOr<Map<String, dynamic>> encryptMapValue({
  1. required Map<String, dynamic> data,
  2. String moduleKey,
  3. List<String> skipForKey,
})

Implementation

FutureOr<Map<String, dynamic>> encryptMapValue({required Map<String, dynamic> data, String moduleKey, List<String> skipForKey});