listAssociationKey method

Future<List<String>> listAssociationKey()

Implementation

Future<List<String>> listAssociationKey() {
  return KeyriPlatform.instance.listAssociationKey();
}