sendDemographicProfile static method

Future<bool?> sendDemographicProfile(
  1. int birthYear,
  2. String gender
)

Implementation

static Future<bool?> sendDemographicProfile(int birthYear, String gender) =>
    _channel.invokeMethod(
        'sendDemographicProfile', {"birthYear": birthYear, "gender": gender});