fun showActionSheet(title: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, buttons: List<dynamic>? = null): Promise<Int>
Displays a dynamic action sheet.
title - a title of the action sheet
title
cancelable - whether the action sheet can be canceled
cancelable
animation - determines if the transitions are animated
animation