canGetSubscriberId static method
Implementation
static Future<void> canGetSubscriberId(bool flag) async {
if (defaultTargetPlatform == TargetPlatform.android) {
await _channel.invokeMethod('canGetSubscriberId', {
'canGetSubscriberId': flag,
});
}
}