toMap method

Map<String, dynamic> toMap()

Serializes these options into a map for the platform channel.

Implementation

Map<String, dynamic> toMap() => {
      'jwtToken': jwtToken,
      'domain': domain,
      'enableLog': enableLog,
    };