async property

bool? get async

Implementation

bool? get async native;
set async (bool? value)

Implementation

set async(bool? value) native;