Future<void> show(String placement) { return _channel.invokeMethod("show", <String, dynamic>{ 'placement': placement, }); }