Obtains the app instance ID from AppGallery Connect.
Future<String?> getAAID() async { return await _channel.invokeMethod('getAAID', {}); }