setNavigationBarTheme method
Implementation
@override
Future<bool?> setNavigationBarTheme(int navigationBarTheme) async {
return await methodChannel.invokeMethod<bool>("setNavigationBarTheme", {
"navigationBarTheme": navigationBarTheme,
});
}