disengage method

Future<Map?> disengage(
  1. String mobileId,
  2. String mobileDeviceKey,
  3. String mobileGroupId,
  4. String mobileAccessData,
  5. bool isPermanentRelease,
)

Implementation

Future<Map<dynamic, dynamic>?> disengage(
    String mobileId,
    String mobileDeviceKey,
    String mobileGroupId,
    String mobileAccessData,
    bool isPermanentRelease) {
  throw UnimplementedError('disengage() has not been implemented.');
}