Delete contact information based on contact index.
Future<void> deleteContact(int index) { return _platform.deleteContact(index); }