loginWithPlaintextKey method

Future<LoginModel> loginWithPlaintextKey(
  1. String username,
  2. String postingKey,
  3. String proof
)

Implementation

Future<LoginModel> loginWithPlaintextKey(
  String username,
  String postingKey,
  String proof,
) {
  throw UnimplementedError('loginWithPlaintextKey has not been implemented.');
}