orientation

This commit is contained in:
agra
2026-04-22 16:22:45 +03:00
parent 3032442c31
commit 2113537078
14 changed files with 231 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
import Flutter
public protocol NativePlugin {
func register(with registrar: FlutterPluginRegistrar)
}