Future<void> deleteContact(int index) { return mConnconst.invokeMethod("deleteContact", <String, int>{"index": index}); }