getPrivateKey method

  1. @override
String? getPrivateKey()

Implementation

@override
String? getPrivateKey() {
  return privateKey;
}