getMasterFingerprint method

String getMasterFingerprint()

Implementation

String getMasterFingerprint() {
  final response = nativeGetMasterFingerprint(nativeObject).ref;
  return response.getString();
}