getId static method

Future<String> getId()

Get the unique id of the devices generated by android id or ad id

Implementation

static Future<String> getId() async =>
    await _channel.invokeMethod("PushPole#getId");