isMultipleChannelForPSMSupported property

bool get isMultipleChannelForPSMSupported

Determines if multiple connectToL2CapChannel calls should work.

Implementation

bool get isMultipleChannelForPSMSupported {
  return !Platform.isIOS;
}