Return the flag country information for the MID from the supplied MMSI.
MMSI.
Flag country information with ISO codes and name, or null if not found.
app.getFlagCountry('201456789')returns: { alpha2: 'AL', alpha3: 'ALB', name: 'Albania'} Copy
app.getFlagCountry('201456789')returns: { alpha2: 'AL', alpha3: 'ALB', name: 'Albania'}
Return the flag country information for the MID from the supplied MMSI.