facebookAppID method
Definition of fb:app_id
meta tag attribute
https://developers.facebook.com/docs/sharing/webmasters/
Add web mata data of facebookAppID
attribute
Implement the interface
Implementation
@override
facebookAppID(
{
/// Definition of [fb:app_id] meta tag attribute
required String facebookAppID}) {
/// Call the javascript function with needed attributes
js.context.callMethod('seoPropertyJS', ['fb:app_id', facebookAppID]);
}