getActiveSlot method

Future<Slot> getActiveSlot()

Constructs and returns the active slot of the Satscard, if one exists. Any Satscard which hasn't been fully used up will have an active slot, however if isUsedUp is true then this will fail

Implementation

Future<Slot> getActiveSlot() =>
    Implementation.instance.satscardGetActiveSlot(handle);