MethodChannelNativeIosUi class

An implementation of NativeIosUiPlatform that uses method channels.

Inheritance

Constructors

MethodChannelNativeIosUi()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTabBarController({required List<TabBarItem> items, int initialIndex = 0}) Future<void>
Creates a native iOS UITabBarController
override
customizeTabBarAppearance({String? backgroundColor, String? selectedItemColor, String? unselectedItemColor, bool? translucent}) Future<void>
Customizes the tab bar appearance
override
getPlatformVersion() Future<String?>
override
getSelectedIndex() Future<int>
Gets the currently selected tab index
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSelectedIndex(int index) Future<void>
Sets the selected tab index
override
toString() String
A string representation of this object.
inherited
updateTabBarItems(List<TabBarItem> items) Future<void>
Updates the tab bar items
override

Operators

operator ==(Object other) bool
The equality operator.
inherited