Flutter
dart:jni
JniObject
setBooleanField
setBooleanField
Flutter
dart:jni
JniObject
setBooleanField
method
setBooleanField
Source
Flutter
dart:jni
JniObject
Constructors
JniObject
Properties
hashCode
runtimeType
Operators
operator ==
Methods
callBooleanMethod
callByteMethod
callCharMethod
callDoubleMethod
callFloatMethod
callIntMethod
callLongMethod
callObjectMethod
callShortMethod
callVoidMethod
getBooleanField
getByteField
getCharField
getDoubleField
getFloatField
getIntField
getLongField
getObjectClass
getObjectField
getShortField
setBooleanField
setByteField
setCharField
setDoubleField
setFloatField
setIntField
setLongField
setObjectField
setShortField
noSuchMethod
toString
void
setBooleanField
(
int
fieldId
,
bool
value
)
Source
void setBooleanField(int fieldId, bool value) native 'JniObject_SetBooleanField';