PalSMSMisr class

Constructors

PalSMSMisr({required String senderName, required String language, required String userName, required String password, required String otpToken, required String otpSignature})
  • Constructor
  • Properties

    hashCode int
    The hash code for this object.
    no setterinherited
    language String
    final
    otpSignature String
    final
    otpToken String
    final
    password String
    final
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    senderName String
  • Configurations
  • final
    userName String
    final

    Methods

    generateRandomNumbers([int length = 5]) String
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    sendMessage({required String phoneNumbers, required String message}) Future<bool>
    sendOTP({required String phoneNumber, String? code}) Future<String?>
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited

    Constants

    baseURLMessage → const String
  • Base URLs for the services ! DO NOT CHANGE THE KEY UNDER ANY CIRCUMSTANCES AT ALL ! CHANGE THE VALUE WILL CAUSE CHECK ERRORS
  • baseURLOTP → const String