getKeyData method

String getKeyData()

Implementation

String getKeyData() {
  final response = nativeGetKeyData(nativeObject).ref;
  return response.getString();
}