Current section
Files
Jump to
Current section
Files
lib/live_view_native_platform.ex
defmodule LiveViewNativePlatform do
@moduledoc """
Documentation for `LiveViewNativePlatform`.
"""
@doc """
Hello world.
## Examples
iex> LiveViewNativePlatform.hello()
:world
"""
def hello do
:world
end
end