static Future<Map> getMetadata() async { final Map metadata = await _channel.invokeMethod('getMetadata'); return metadata; }