getCloseReason method

Implementation

Future<EntitySubscriptionCloseReason?> getCloseReason() async {
  return CardinalSdkPlatformInterface.instance.subscription.getCloseReason(_instanceId);
}