flutter-zendesk icon indicating copy to clipboard operation
flutter-zendesk copied to clipboard

appbar color not custom

Open addappcn opened this issue 5 years ago • 1 comments

version :1.0.2. startChat(). Why is there no parameter??

Future startChat({ Color iosNavigationBarColor, Color iosNavigationTitleColor, }) async { await _channel.invokeMethod('startChat', { 'iosNavigationBarColor': iosNavigationBarColor?.value, 'iosNavigationTitleColor': iosNavigationTitleColor?.value, }); }

addappcn avatar Sep 16 '20 03:09 addappcn

@addappcn please try again using version 2.0.0. What is the bug you are exactly looking to resolve?

ened avatar Oct 31 '20 07:10 ened