How to get Android ID on Ionic 5

How can i get Android ID on ionic using native plugins?

String androidId = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);

Any suggestion to identify unique device?

How about Capacitor’s Device Plugin? It has a Device Id.