To call a static method with return type 'void', use the regular version.
// Create a android.os.Binder object and call statich method flushPendingCommands(). functionStart() { var jo = new AndroidJavaObject("android.os.Binder"); jo.CallStatic("flushPendingCommands"); }