Packages
LiveView Native platform for Flutter
Current section
Files
Jump to
Current section
Files
lib/live_view_native_flutter.ex
defmodule LiveViewNativeFlutter do
use LiveViewNativePlatform
def platforms,
do: [
LiveViewNativeFlutter.Platform
]
end