Print a list of strings
static void print(List<String> list) async => await _channel.invokeMethod('print', {'list': list});