isPublicDerivationSupported method

  1. @override
bool isPublicDerivationSupported()
override

Checks if public key derivation is supported.

Implementation

@override
bool isPublicDerivationSupported() {
  return false;
}