setKeyIndex abstract method

Future<bool> setKeyIndex(
  1. int index
)

Set the key index for the sender or receiver. If the key index is not set, the key index will be set to 0.

Implementation

Future<bool> setKeyIndex(int index);